run-docker.sh: Disable SELinux for the container and update the image tag
authorChristoph Reiter <creiter@src.gnome.org>
Tue, 13 Mar 2018 20:08:56 +0000 (21:08 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Tue, 13 Mar 2018 20:13:31 +0000 (21:13 +0100)
commit5838ac3d1d50cdd2007f1249e960061032c5a218
tree8f7708beab0497141e9c3e30cfd2367d799db2f0
parent27abc9fefece5ab08decefeb1949c62837a02b11
run-docker.sh: Disable SELinux for the container and update the image tag

On Fedora and similar SELinux by default prevents containers accessing
mounted host directories. This script is just used for testing,
so disable it.
.gitlab-ci/run-docker.sh